home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / T / TAG.cpt / Copy of DemoScript < prev    next >
Encoding:
Text File  |  1988-02-09  |  1.2 KB  |  104 lines  |  [doof/MACA]

  1. The following is the actual script that is running this demonstration.
  2. CONTINUE
  3. 'BEGIN
  4. 'PICTURE
  5. 'Welcome
  6. 'CLEAR
  7. 'ANIMATION
  8. 'INTRO.ANIM
  9. 'CONTINUE
  10. CONTINUE
  11. 'MENUSET
  12. 'MENU
  13. 'Main Menu for Demo of I.-T.A.G. SDS
  14. 'About I.-T.A.G. Software
  15. 'aboutitag
  16. 'I.-T.A.G. Animator
  17. 'itaganimator
  18. 'ROM Clipper
  19. 'romclip
  20. 'I.-T.A.G. Interpreter
  21. 'intaginterp
  22. 'Command List and Details
  23. 'commandlist
  24. 'I.-T.A.G. - coming attractions
  25. 'itagattractions
  26. 'View This Script
  27. 'viewscript
  28. 'End the Demonstration
  29. 'enddemo
  30. 'END
  31. CONTINUE
  32. '
  33. 'ENDDEMO
  34. 'ANIMATION
  35. 'EndDemo
  36. 'DONE
  37. '
  38. 'ABOUTITAG
  39. 'TEXT
  40. 'About ITAG.TXT
  41. 'GOTO
  42. 'menuset
  43. CONTINUE
  44. '
  45. 'ITAGANIMATOR
  46. 'CLEAR
  47. 'MENU
  48. 'I.-T.A.G. Animator Menu
  49. 'Show "Welcome" Example Again
  50. 'showex
  51. 'About the Animator Application
  52. 'aboutan
  53. 'Back to Main Menu
  54. 'menuset
  55. 'END
  56. CONTINUE
  57. '
  58. 'SHOWEX
  59. 'ANIMATION
  60. 'INTRO.ANIM
  61. 'CONTINUE
  62. 'GOTO
  63. 'ITAGANIMATOR
  64. '
  65. 'ABOUTAN
  66. 'TEXT
  67. 'About Animator.TXT
  68. 'GOTO
  69. 'ITAGANIMATOR
  70. CONTINUE
  71. '
  72. 'ROMCLIP
  73. 'TEXT
  74. 'About Clipper.TXT
  75. 'GOTO
  76. 'menuset
  77. '
  78. 'INTAGINTERP
  79. 'TEXT
  80. 'ITAG INTERP.TXT
  81. 'GOTO
  82. 'menuset
  83. CONTINUE
  84. '
  85. 'ITAGATTRACTIONS
  86. 'TEXT
  87. 'COMING.TXT
  88. 'GOTO
  89. 'menuset
  90. '
  91. 'COMMANDLIST
  92. 'TEXT
  93. 'Command.TXT
  94. 'GOTO
  95. 'menuset
  96. CONTINUE
  97. '
  98. 'VIEWSCRIPT
  99. 'TEXT
  100. 'Copy of DemoScript
  101. 'GOTO
  102. 'menuset
  103.  
  104.